Skip to main content

ModifyTagWithUuid

Description

call the ModifyTagWithUuid interface to modify the relationship between the tag and the server or cloud product.

Request Method

POST

Request Path

/apsara/route/Sas/ModifyTagWithUuid

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
UuidListBODYstringNo111-xx,aa-bbunique ID list of asset instances. description when modifying the relationship between the asset label and the asset, you need to provide the unique identification ID of the asset instance to be modified, which can be obtained by calling the DescribeCloudCenterInstances interface.
MachineTypesBODYstringNoecsasset type. Valid values include: ecs: server cloud_product: cloud product
TagIdBODYstringNo7E0618A9-D5EF-4220-9471-C42B5E92719Ftag ID. description if you modify the relationship between an asset label and an asset, you need to provide an asset label ID, which can be obtained by calling the DescribeGroupedTags interface.
TagListBODYstringYesac,adtag name list. description when modifying the relationship between asset labels and assets, you need to provide asset label list information. the label name can be obtained by calling the DescribeGroupedTags interface.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring7E0618A9-D5EF-4220-9471-C42B5E92719Frequest ID.

Example

Successful Response example

{
"RequestId":"7E0618A9-D5EF-4220-9471-C42B5E92719F"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}